home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / unixls.arc / LS.TXT < prev   
Encoding:
Text File  |  1987-01-08  |  1.2 KB  |  40 lines

  1.                                             LS.EXE
  2.  
  3.  
  4.                                             CLASS: UNIX
  5.  
  6.  
  7.  
  8. NAME:   LS.EXE          List files
  9.  
  10. SYNOPSIS:
  11.     ls [-1CFRT<days>acdlnrstuw<width>] [<files/directory>...]
  12.  
  13.  
  14. OPTIONS:
  15.     -1          Give single column output (automatic if piped to a file)
  16.     -C          Give multi column output
  17.     -F          Show file attribute (*=exec \=dir  -=read only)
  18.     -R          Recursive
  19.     -T<days>    Only show files not greater than <days> days ago
  20.                     -T1 show today and yesterday -T only today
  21.     -a          Include "." files
  22.     -c          Sort in create time order
  23.     -d          List directories not contents
  24.     -e          Sort by extension
  25.     -l          Long listing with size, date, time and attributes
  26.     -n          No sort
  27.     -r          Reverse given sort
  28.     -s          Sort by size
  29.     -t          Sort by modify time (In DOS same as -c)
  30.     -u          Sort by access time (In DOS same as -c)
  31.     -w<width>   Set width of columns (default = 80)
  32.     -x          Give column output down the page
  33.  
  34.  
  35. EXAMPLE:
  36.         ls -T7R
  37.  
  38.             Shows all files on disk drive changed in the last week
  39.             
  40.